"absorb_chaos_energy": {
      "type": "palladium:command",
      "bar_color": "yellow",
      "hidden": true,
      "hidden_in_bar": true,
      "list_index": -1,
      "first_tick_commands": [ "/superpower remove chaotic_infinity:nazo", "/superpower add chaotic_infinity:perfect_nazo" ],
      "last_tick_commands": [ "/effect clear @s sonic:chaos_overload", "/tag @s remove perfectactivate" ],
      "commands": [],
      "conditions": {
        "unlocking": [
          {
            "type": "palladium:has_tag",
            "tag": "perfectactivate"
          }
        ]
      }
    },





"perfect_form": {
      "type": "palladium:command",
      "icon": "sonic:textures/gui/chaos_emeralds.png",
      "title": "Activate Super Form",
      "description": "With the chaos and master emeralds you can become...perfect",
      "bar_color": "yellow",
      "hidden": false,
      "hidden_in_bar": false,
      "list_index": 10,
      "first_tick_commands": [ "/superpower remove chaotic_infinity:nazo", "/superpower add chaotic_infinity:perfect_nazo" ],
      "last_tick_commands": [],
      "commands": [],
      "conditions": {},
        "unlocking": [
          {
            "type": "sonic:inventory_check",
            "item": "sonic:master_emerald"
          },
          {
            "type": "palladium:not",
            "conditions": [
              {
                "type": "palladium:has_effect",
                "effect": "sonic:chaos_overload"
              }
            ]
          }
        ],
        "enabling": [
          {
            "type": "palladium:action",
            "key_type": "key_bind",
            "needs_empty_hand": false
          }
        ]
      }
    },